home *** CD-ROM | disk | FTP | other *** search
/ What PC? 1996 July / WPCJUL96.ISO / file.exe / GESFINJ.DXR / 00003_GESGettingStarted Frane.ls < prev    next >
Encoding:
Text File  |  1996-05-15  |  432 b   |  23 lines

  1. on exitFrame
  2.   global IFLCanChange, GESDesOnStage, GESWhichXplor
  3.   go(the frame)
  4.   if GESWhichXplor = 0 then
  5.     GESExplorePc()
  6.   else
  7.     if GESWhichXplor = 1 then
  8.       GESInsideSystem()
  9.     end if
  10.   end if
  11.   if the mouseUp then
  12.     set IFLCanChange to 1
  13.   end if
  14.   if GESDesOnStage = 0 then
  15.     ADDAdvertBreak(6)
  16.   else
  17.     set the locH of sprite 48 to 2000
  18.     updateStage()
  19.   end if
  20.   IFLsectionWordAnimate()
  21.   GESQuitCD()
  22. end
  23.